From 8ebe5dea2b91e3b917e3f6a9d5e1538cd877dded Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 5 Aug 2004 13:30:03 +0000 Subject: [PATCH] bitkeeper revision 1.1149.2.1 (4112365bnjnfkDEbbfEWWDz7AIB6Hw) Don't set bridge hello time (specifically not to 0) since Linux 2.6 bridge code doesn't deal well with sethello == 0 (domain doesn't block and thus consumes cycles constantly). --- tools/examples/network | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/examples/network b/tools/examples/network index 9852c34119..bd736e1ba5 100755 --- a/tools/examples/network +++ b/tools/examples/network @@ -96,7 +96,6 @@ create_bridge () { brctl addbr ${bridge} brctl stp ${bridge} off brctl setfd ${bridge} 0 - brctl sethello ${bridge} 0 fi ifconfig ${bridge} up } -- 2.30.2